home *** CD-ROM | disk | FTP | other *** search
- Path: unixg.ubc.ca!news
- From: jamesdf@unixg.ubc.ca (James Fairweather)
- Newsgroups: comp.lang.c++
- Subject: Re: Help w/ C++ DLLs and VBasic
- Date: Fri, 05 Apr 1996 01:04:34 GMT
- Organization: University of British Columbia
- Message-ID: <31647149.31864323@news.ucs.ubc.ca>
- References: <4k1kv1$181o@hearst.cac.psu.edu>
- NNTP-Posting-Host: srtb0411a01.resnet.ubc.ca
- X-Newsreader: Forte Agent .99d/32.182
-
- You have declare the functions as extern "C". Also, the exported
- functions must be in a module definition file.
- ---
- James Fairweather
- 4th year Comp. Eng, UBC
- Vancouver, BC, Canada
- jamesdf@unixg.ubc.ca
- 604.228.2269
-